/*通用*/
a:hover{
  text-decoration: none;
  color: #3dc9b3;
}
.text-cyan{
  color: #3dc9b3;
}
.bg-cyan{
  background: #3dc9b3;
}
.hover-border-cyan:hover{
  border: 1px solid rgba(61,201,179,0.4);
  box-shadow: 0 0 10px #45e5cc
}
.btn-cyan{
  background: #3dc9b3;
  color: #fff;
}
.btn-cyan:hover{
  background: #35ad9a;
  color: #fff;
}
/***************/
.container-fluid{
  position: relative;
}
.container-fluid:nth-child(odd){
  background: #f3f5f8;
}
.container-fluid:nth-child(odd) .down{
  background: #f3f5f8;
}
.gps{
  position: absolute;
  top: -100px;
  height: 10px;
  width: 10px;
}
/*顶部导航*/
.home-nav.active {
  box-shadow: 2px 2px 16px rgba(0,0,0,.2);
}
/*banner*/
.carousel-item img{
  width: 100%;
}
.cutting-line{
  width: 100%;
  margin: 26px auto 40px;
}
.cutting-line .line{
  width: 30%;
  height: 1px;
  border-top:1px dashed #d4d9df;
  border-bottom:1px dashed #d4d9df;
  position: absolute;
}
.cutting-line .line:first-child{
  left: 54%;
  top: 10px;
}
.cutting-line .line:last-child{
  right: 54%;
  top: 10px;
}
.cutting-line .down{
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 20px;
}
.subtitle{
  margin-top: 20px;
  font-size: 24px ;
  color: #333;
  position:relative;
}
.subtitle:after{
  content: "";
  display: inline-block;
  width:36px;
  height: 5px;
  background: #3dc9b3;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -30px;
}


.icon-style{
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 70px !important;
  text-align: center;
  line-height: 150px;
  background: #3dc9b3;
  border-radius:100% ;
  border: 4px solid #fff;
  display: inline-block;
  text-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.icon-style:hover{
  text-shadow: 0 0 20px #45e5cc;
}

.text-describe{
  font-size: 16px;
  color: #8c9398;
  line-height: 28px;
}


.chunk-box li{
  background: #fff;
  box-sizing: border-box;
  border-collapse: collapse;
  padding: 10px;
}

.chunk-box li img{
  width: 100%;
  border: 1px solid #b8b8b8;
}

.chunk-box li>img:hover {
  filter: none;
  transform: scale(1.1);
  border: 1px solid rgba(61,201,179,0.4 );
  box-shadow: 0 0 10px #45e5cc;
}
.chunk-box li li:hover {
  transform: scale(1.03);
}
.card-body .btn-cyan{
  margin-bottom: 10px;
}
.brick li{
  box-sizing: border-box;
  border-collapse: collapse;
  padding: 10px;
}
@media (max-width: 640px) {
  .brick li{
      width: 50%;
  }

}
.brick li img{
  width: 100%;
  background: #fff;
  border: 1px solid #b8b8b8;
}
.brick li>img:hover {
  filter: none;
  /*transform: scale(1.1);*/
  border: 1px solid rgba(61,201,179,0.4 );
  box-shadow: 0 0 10px #45e5cc;
}

.chat .icon{
  font-size: 24px;
  color: #333;
}
.contact{
  background:url("../../img/contact-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.contact .text-white{
  position: relative;
}
.inner{
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
@media (max-width:640px) {
  .sm-hide{
      display: none;
  }
}
:root {
  /* if u want to change the color of
   * the ripple change this value
  */
  --color-ripple: rgba(255,255,255,0.8);
}
.sup-btn{
  display: inline-block;
}
*[data-animation="ripple"] {
  position: relative; /*Position relative is required*/
  outline: none;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

*[data-animation="ripple"]:focus {
  outline: none;
}

*[data-animation="ripple"]::selection {
  background: transparent;
  pointer-events: none;
}


.footer{
  background: #000;
  width: 100%;
  padding-top: 10px;
}
.footer .record{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  padding: 10px 0;
}

.footer i{
  font-size: 30px;
  margin: 10px 10px 0;
  color: #666;
  cursor: pointer;
}
.line1:hover{
  color: #00c400;
}
.messenger:hover{
  background: linear-gradient(to top, #0070ff, #00c6ff);
  -webkit-background-clip: text;
  color: transparent;
}
.weibo:hover{
  color: #e32428;
}
.facebook:hover{
  color: #385899;
}